home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 January / Chip_2004-01_cd1.bin / software / rosoft / rosoft.exe / {app} / RosoftLameEncoderFree.exe / 0 / RCDATA / TFORMSHAREWARETEST / TFORMSHAREWARETEST.txt < prev   
Encoding:
Text File  |  2003-11-07  |  2.4 KB  |  110 lines

  1. object FormSharewareTest: TFormSharewareTest
  2.   Left = 274
  3.   Top = 244
  4.   BorderStyle = bsDialog
  5.   Caption = 'Trail Test'
  6.   ClientHeight = 152
  7.   ClientWidth = 555
  8.   Color = clBlack
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clLime
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Image1: TImage
  19.     Left = 0
  20.     Top = 0
  21.     Width = 555
  22.     Height = 152
  23.     Align = alClient
  24.     Picture.Data = {<image000.bmp>}
  25.     Stretch = True
  26.   end
  27.   object lblTriesLeft: TLabel
  28.     Left = 53
  29.     Top = 16
  30.     Width = 76
  31.     Height = 20
  32.     Alignment = taCenter
  33.     Caption = 'You have'
  34.     Font.Charset = DEFAULT_CHARSET
  35.     Font.Color = clWindowText
  36.     Font.Height = -16
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = [fsBold]
  39.     ParentFont = False
  40.     Transparent = True
  41.   end
  42.   object pbHomepage: TRSButton
  43.     Left = 329
  44.     Top = 105
  45.     Width = 90
  46.     Height = 25
  47.     Center = True
  48.     Picture.Data = {<image001.bmp>}
  49.     Transparent = True
  50.     OnClick = pbHomepageClick
  51.   end
  52.   object pbOK: TRSButton
  53.     Left = 231
  54.     Top = 105
  55.     Width = 90
  56.     Height = 25
  57.     Center = True
  58.     Picture.Data = {<image002.bmp>}
  59.     Transparent = True
  60.     OnClick = pbOKClick
  61.   end
  62.   object pbRegister: TRSButton
  63.     Left = 134
  64.     Top = 105
  65.     Width = 90
  66.     Height = 25
  67.     Center = True
  68.     Picture.Data = {<image003.bmp>}
  69.     Transparent = True
  70.     OnClick = pbRegisterClick
  71.   end
  72.   object pbCancel: TRSButton
  73.     Left = 426
  74.     Top = 105
  75.     Width = 90
  76.     Height = 25
  77.     Center = True
  78.     Picture.Data = {<image004.bmp>}
  79.     Transparent = True
  80.     OnClick = pbCancelClick
  81.   end
  82.   object Progress: TMMGauge
  83.     Left = 41
  84.     Top = 79
  85.     Width = 476
  86.     Height = 12
  87.     ForeColor = clLime
  88.     BackColor = clBlack
  89.     Font.Charset = DEFAULT_CHARSET
  90.     Font.Color = clLime
  91.     Font.Height = -11
  92.     Font.Name = 'MS Sans Serif'
  93.     Font.Style = []
  94.     Bevel.BevelInner = bvNone
  95.     Bevel.BevelOuter = bvLowered
  96.     Bevel.BevelInnerWidth = 1
  97.     Bevel.BevelOuterWidth = 1
  98.     Bevel.BorderStyle = bsNone
  99.     Bevel.BorderWidth = 0
  100.     Bevel.BorderSpace = 0
  101.     Bevel.BorderColor = clBtnFace
  102.     Bevel.BorderSpaceColor = clBlack
  103.     Bevel.InnerLightColor = clBtnHighlight
  104.     Bevel.InnerShadowColor = clBtnShadow
  105.     Bevel.OuterLightColor = clBtnHighlight
  106.     Bevel.OuterShadowColor = clBtnShadow
  107.     ParentFont = False
  108.   end
  109. end
  110.